Home
last modified time | relevance | path

Searched defs:conn_id (Results 1 – 25 of 49) sorted by relevance

12

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c202 void BTA_GATTC_Close(UINT16 conn_id) in BTA_GATTC_Close()
233 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) in BTA_GATTC_ServiceSearchRequest()
273 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstChar()
312 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id, in BTA_GATTC_GetNextChar()
354 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_GetFirstCharDescr()
399 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id, in BTA_GATTC_GetNextCharDescr()
444 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstIncludedService()
484 tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id, in BTA_GATTC_GetNextIncludedService()
522 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic()
555 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, in BTA_GATTC_ReadCharDescr()
[all …]
Dbta_gattc_ci.c52 UINT16 conn_id) in bta_gattc_ci_cache_open()
84 UINT16 conn_id) in bta_gattc_ci_cache_load()
124 UINT16 conn_id) in bta_gattc_ci_cache_save()
Dbta_gattc_cache.c428 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8… in bta_gattc_discover_pri_service()
452 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 d… in bta_gattc_discover_procedure()
488 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_include_srvc()
501 tBTA_GATT_STATUS bta_gattc_start_disc_char(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_char()
516 void bta_gattc_start_disc_char_dscp(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_char_dscp()
533 static void bta_gattc_explore_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_explore_srvc()
583 static void bta_gattc_incl_srvc_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_incl_srvc_disc_cmpl()
599 static void bta_gattc_char_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_char_disc_cmpl()
632 static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_char_dscpt_disc_cmpl()
862 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb) in bta_gattc_sdp_service_disc()
[all …]
Dbta_gatts_api.c381 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len, in BTA_GATTS_HandleValueIndication()
421 void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, in BTA_GATTS_SendRsp()
521 void BTA_GATTS_Close(UINT16 conn_id) in BTA_GATTS_Close()
Dbta_gattc_utils.c187 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id) in bta_gattc_find_clcb_by_conn_id()
356 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id) in bta_gattc_find_scb_by_cid()
585 void bta_gattc_clear_notif_registration(UINT16 conn_id) in bta_gattc_clear_notif_registration()
770 BD_ADDR remote_bda, UINT16 conn_id) in bta_gattc_send_open_cback()
Dbta_gattc_act.c487 UINT16 conn_id; in bta_gattc_init_bk_conn() local
1549 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback()
1681 BOOLEAN bta_gattc_process_srvc_chg_ind(UINT16 conn_id, in bta_gattc_process_srvc_chg_ind()
1779 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate()
1864 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, in bta_gattc_cmpl_cback()
1921 UINT16 conn_id; in bta_gattc_init_clcb_conn() local
Dbta_gatts_act.c725 static void bta_gatts_send_request_cback (UINT16 conn_id, in bta_gatts_send_request_cback()
769 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
/external/bluetooth/bluedroid/btif/co/
Dbta_gattc_co.c47 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save) in bta_gattc_co_cache_open()
70 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) in bta_gattc_co_cache_load()
95 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id) in bta_gattc_co_cache_save()
115 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) in bta_gattc_co_cache_close()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_test.c53 UINT16 conn_id; member
103 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in btif_test_connect_cback()
110 static void btif_test_command_complete_cback(UINT16 conn_id, tGATTC_OPTYPE op, in btif_test_command_complete_cback()
136 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, in btif_test_discovery_result_cback()
187 static void btif_test_discovery_complete_cback(UINT16 conn_id, in btif_test_discovery_complete_cback()
Dbtif_gatt_client.c108 uint16_t conn_id; member
757 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gattc_close()
778 static bt_status_t btif_gattc_search_service(int conn_id, bt_uuid_t *filter_uuid ) in btif_gattc_search_service()
790 static bt_status_t btif_gattc_get_characteristic( int conn_id in btif_gattc_get_characteristic()
807 static bt_status_t btif_gattc_get_descriptor( int conn_id in btif_gattc_get_descriptor()
827 static bt_status_t btif_gattc_get_included_service(int conn_id, btgatt_srvc_id_t *srvc_id, in btif_gattc_get_included_service()
844 static bt_status_t btif_gattc_read_char(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_read_char()
857 static bt_status_t btif_gattc_read_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_read_char_descr()
872 static bt_status_t btif_gattc_write_char(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_write_char()
889 static bt_status_t btif_gattc_write_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_write_char_descr()
[all …]
Dbtif_gatt_server.c93 uint16_t conn_id; member
492 static bt_status_t btif_gatts_close(int server_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gatts_close()
586 static bt_status_t btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, in btif_gatts_send_indication()
601 static bt_status_t btif_gatts_send_response(int conn_id, int trans_id, in btif_gatts_send_response()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_attr.c113 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda) in gatt_profile_clcb_alloc()
140 BOOLEAN gatt_profile_clcb_dealloc (UINT16 conn_id) in gatt_profile_clcb_dealloc()
166 static void gatt_profile_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type, in gatt_profile_request_cback()
215 static void gatt_profile_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_profile_connect_cback()
Dgatt_api.c595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT… in GATTS_HandleValueIndication()
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification()
712 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, in GATTS_SendRsp()
766 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu) in GATTC_ConfigureMTU()
816 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type, in GATTC_Discover()
885 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()
973 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write()
1047 tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) in GATTC_ExecuteWrite()
1098 tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle) in GATTC_SendHandleValueConfirm()
1319 UINT16 conn_id; in GATT_StartIf() local
[all …]
Dgatt_sr.c333 UINT16 conn_id; in gatt_process_exec_write_req() local
902 UINT16 conn_id; in gatts_process_mtu_req() local
1079 UINT16 conn_id; in gatts_process_write_req() local
1388 UINT16 conn_id; in gatts_process_value_conf() local
Dgatt_main.c831 UINT16 conn_id; in gatt_send_conn_cback() local
959 UINT16 conn_id; in gatt_send_srv_chg_ind() local
/external/libnfc-nci/src/nfc/nfc/
Dnfc_utils.c74 void nfc_set_conn_id (tNFC_CONN_CB * p_cb, UINT8 conn_id) in nfc_set_conn_id()
123 tNFC_CONN_CB * nfc_find_conn_cb_by_conn_id (UINT8 conn_id) in nfc_find_conn_cb_by_conn_id()
Dnfc_main.c1024 tNFC_STATUS NFC_ConnClose (UINT8 conn_id) in NFC_ConnClose()
1073 tNFC_STATUS NFC_SendData (UINT8 conn_id, in NFC_SendData()
1102 tNFC_STATUS NFC_FlushData (UINT8 conn_id) in NFC_FlushData()
Dnfc_ncif.c529 void nfc_ncif_error_status (UINT8 conn_id, UINT8 status) in nfc_ncif_error_status()
1195 UINT8 conn_id; in nfc_ncif_proc_conn_create_rsp() local
1236 void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status) in nfc_ncif_report_conn_close_evt()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c108 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id) in gap_ble_find_clcb_by_conn_id()
133 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda) in gap_clcb_alloc()
161 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda) in gap_find_alloc_clcb()
424 void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id, in gap_ble_s_attr_request_cback()
610 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
677 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_C… in gap_ble_c_cmpl_cback()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h277 UINT16 conn_id; member
287 UINT16 conn_id; member
296 UINT16 conn_id; member
302 UINT16 conn_id; member
308 UINT16 conn_id; member
316 UINT16 conn_id; member
324 UINT16 conn_id; member
332 UINT16 conn_id; member
346 UINT16 conn_id; member
482 UINT16 conn_id; member
[all …]
/external/libnfc-nci/src/nfc/tags/
Drw_t2t.c60 static void rw_t2t_proc_data (UINT8 conn_id, tNFC_CONN_EVT event, BT_HDR *p_pkt) in rw_t2t_proc_data()
238 void rw_t2t_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) in rw_t2t_conn_cback()
Drw_t1t.c58 static void rw_t1t_data_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) in rw_t1t_data_cback()
217 void rw_t1t_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) in rw_t1t_conn_cback()
Dce_t3t.c663 void ce_t3t_data_cback (UINT8 conn_id, BT_HDR *p_msg) in ce_t3t_data_cback()
844 void ce_t3t_conn_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_data) in ce_t3t_conn_cback()
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c421 tNFA_EE_ECB * nfa_ee_find_ecb_by_conn_id (UINT8 conn_id) in nfa_ee_find_ecb_by_conn_id()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h113 UINT8 conn_id; /* the connection id assigned by NFCC for this conn */ member
151 …UINT8 conn_id[NFC_MAX_CONN_ID+1]; /* index: conn_id; conn_id[]: index(1 based) to co… member

12