HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_CHARACTERISTIC (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/gatt/
bta_gattc_cache.c 53 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
179 tBTA_GATTC_CHARACTERISTIC *p_char = ptr;
252 tBTA_GATTC_CHARACTERISTIC *characteristic = osi_malloc(sizeof(tBTA_GATTC_CHARACTERISTIC));
324 tBTA_GATTC_CHARACTERISTIC *char_node = list_back(service->characteristics);
    [all...]
bta_gattc_int.h 484 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
485 extern tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic(UINT16 conn_id, UINT16 handle);
bta_gattc_api.c 284 ** Returns returns pointer to tBTA_GATTC_CHARACTERISTIC or NULL.
287 const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle) {
bta_gattc_act.c     [all...]
  /system/bt/bta/hh/
bta_hh_le.c 167 const tBTA_GATTC_CHARACTERISTIC *p_char = BTA_GATTC_GetCharacteristic(op->conn_id, op->handle);
180 const tBTA_GATTC_CHARACTERISTIC *p_char = BTA_GATTC_GetCharacteristic(op->conn_id, op->handle);
652 const tBTA_GATTC_CHARACTERISTIC *p_char =
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 568 list_t *characteristics; /* list of tBTA_GATTC_CHARACTERISTIC */
579 } __attribute__((packed)) tBTA_GATTC_CHARACTERISTIC;
585 tBTA_GATTC_CHARACTERISTIC *characteristic; /* owning characteristic */
737 ** Returns returns pointer to tBTA_GATTC_CHARACTERISTIC or NULL.
740 extern const tBTA_GATTC_CHARACTERISTIC* BTA_GATTC_GetCharacteristic(UINT16 conn_id, UINT16 handle);
    [all...]

Completed in 92 milliseconds