Lines Matching defs:handle
45 uint16_t handle) { in BTA_GATTC_GetCharacteristic()
50 uint16_t handle) { in BTA_GATTC_GetOwningCharacteristic()
55 uint16_t handle) { in BTA_GATTC_GetDescriptor()
60 uint16_t handle) { in BTA_GATTC_GetOwningService()
70 uint16_t handle) { in BTA_GATTC_DeregisterForNotifications()
76 uint16_t handle) { in BTA_GATTC_RegisterForNotifications()
120 void BTA_GATTC_PrepareWrite(uint16_t conn_id, uint16_t handle, uint16_t offset, in BTA_GATTC_PrepareWrite()
125 void BTA_GATTC_ReadCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharDescr()
130 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharacteristic()
155 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_WriteCharDescr()
161 void BTA_GATTC_WriteCharValue(uint16_t conn_id, uint16_t handle, in BTA_GATTC_WriteCharValue()