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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h 24 void btif_to_bta_char_id(tBTA_GATT_ID *p_dest, btgatt_char_id_t *p_src);
30 void bta_to_btif_char_id(btgatt_char_id_t *p_dest, tBTA_GATT_ID *p_src);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 126 tBTA_GATT_ID char_id;
135 tBTA_GATT_ID char_id;
153 tBTA_GATT_ID char_id;
456 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_char_id, tBT_UUID descr_uuid);
457 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBT_UUID *p_type);
469 extern void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src);
478 tBTA_GATT_ID *p_start_rec,tBT_UUID *p_uuid_cond,
479 tBTA_GATT_ID *p_output, void *p_property);
bta_gattc_api.c 536 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
570 memcpy(&p_buf->char_id, &p_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
658 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
708 memcpy(&p_buf->char_id, &p_char_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID));
755 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
829 memcpy(&p_buf->char_id, &p_char_id->char_id, sizeof(tBTA_GATT_ID));
    [all...]
bta_gattc_utils.c 474 ** Description copy two tBTA_GATT_ID value
479 void bta_gattc_cpygattid(tBTA_GATT_ID *p_des, tBTA_GATT_ID *p_src)
481 memset ((void *)p_des, 0, sizeof(tBTA_GATT_ID));
500 ** Description compare two tBTA_GATT_ID type of pointer
505 BOOLEAN bta_gattc_gattid_compare(tBTA_GATT_ID *p_src, tBTA_GATT_ID *p_tar)
bta_gattc_cache.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 57 } __attribute__((packed)) tBTA_GATT_ID;
177 tBTA_GATT_ID id;
184 tBTA_GATT_ID char_id;
280 tBTA_GATT_ID char_id;
290 tBTA_GATT_ID char_id;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 120 void btif_to_bta_char_id(tBTA_GATT_ID *p_dest, btgatt_char_id_t *p_src)
185 void bta_to_btif_char_id(btgatt_char_id_t *p_dest, tBTA_GATT_ID *p_src)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 2649 milliseconds