/system/bt/bta/gatt/ |
H A D | bta_gattc_api.c | 325 p_char_uuid_cond, &p_char_result->char_id, (void *)p_property)) 343 ** after the one identified by char_id. 366 &p_start_char_id->char_id, 368 &p_char_result->char_id, 409 &p_char_id->char_id, 411 &p_descr_result->char_id.char_id, 415 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID)); 416 memcpy(&p_descr_result->char_id, p_char_i [all...] |
H A D | bta_gattc_act.c | 1103 &p_data->api_read.char_id, 1155 &p_id->id_value.char_id.srvc_id, 1156 &p_id->id_value.char_id.char_id, 1162 &p_id->id_value.char_descr_id.char_id.srvc_id, 1163 &p_id->id_value.char_descr_id.char_id.char_id, 1218 &p_data->api_write.char_id, 1293 &p_data->api_confirm.char_id, 1341 &cb_data.read.char_id, [all...] |
H A D | bta_gattc_utils.c | 552 if (bta_gattc_gattid_compare (&p_src->char_id, &p_tar->char_id) && 577 bta_gattc_charid_compare (&p_clreg->notif_reg[i].char_id, &p_notify->char_id)) 650 &p_value->aggre_value.pre_format[i].char_id.srvc_id, 651 &p_value->aggre_value.pre_format[i].char_id.char_id,
|
H A D | bta_gattc_int.h | 131 tBTA_GATT_ID char_id; member in struct:__anon153 140 tBTA_GATT_ID char_id; member in struct:__anon154 158 tBTA_GATT_ID char_id; member in struct:__anon156 352 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon169 521 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBTA_GATT_ID *p_type);
|
/system/bt/bta/hh/ |
H A D | bta_hh_le.c | 606 tBTA_GATTC_CHAR_ID char_id; local 611 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id); 612 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id); 619 &char_id, 808 tBTA_GATTC_CHAR_ID char_id; local 825 bta_hh_le_fill_16bits_srvc_id(TRUE, BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt->inst_id), srvc_uuid, &char_id.srvc_id); 826 bta_hh_le_fill_16bits_char_id(BTA_HH_LE_RPT_GET_RPT_INST_ID(p_rpt->inst_id), p_rpt->uuid, &char_id.char_id); 832 &char_id); 921 tBTA_GATTC_CHAR_ID char_id; local 1014 tBTA_GATTC_CHAR_ID char_id; local 1074 tBTA_GATTC_CHAR_ID char_id; local 2511 tBTA_GATTC_CHAR_ID char_id; local 2547 tBTA_GATTC_CHAR_ID char_id; local 2598 tBTA_GATTC_CHAR_ID char_id; local 2811 tBTA_GATTC_CHAR_ID char_id; local 3055 tBTA_GATTC_CHAR_ID char_id; local [all...] |
/system/bt/btif/src/ |
H A D | btif_gatt_client.c | 187 btgatt_gatt_id_t char_id; member in struct:__anon659 502 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id); 548 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id); 562 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id); 563 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id); 575 &p_data->notify.char_id); 1271 btgatt_gatt_id_t char_id; local 1287 btgatt_gatt_id_t char_id; local 1962 btif_gattc_read_char(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, int auth_req ) argument 1975 btif_gattc_read_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, btgatt_gatt_id_t* descr_id, int auth_req ) argument 1991 btif_gattc_write_char(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, int write_type, int len, int auth_req, char* p_value) argument 2008 btif_gattc_write_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id, btgatt_gatt_id_t* descr_id, int write_type, int len, int auth_req, char* p_value) argument 2038 btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id) argument 2052 btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr, btgatt_srvc_id_t* srvc_id, btgatt_gatt_id_t* char_id) argument [all...] |
H A D | btif_gatt_util.c | 246 bta_to_btif_gatt_id(&p_dest->char_id, &p_src->char_id);
|
/system/bt/test/suite/support/ |
H A D | gatt.c | 99 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop) { argument 103 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id) { argument 111 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id) { argument 179 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle) { argument
|
H A D | callbacks.c | 45 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop); 46 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id); 48 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id); 63 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle);
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 215 tBTA_GATT_ID char_id; member in struct:__anon353 220 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon354 239 tBTA_GATTC_CHAR_ID char_id; member in union:__anon356::__anon357 311 tBTA_GATT_ID char_id; member in struct:__anon364 321 tBTA_GATT_ID char_id; member in struct:__anon365 373 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon372 779 ** after the one identified by char_id.
|