Home
last modified time | relevance | path

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

123

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c211 void BTA_GATTC_Close(UINT16 conn_id) in BTA_GATTC_Close()
239 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu) in BTA_GATTC_ConfigureMTU()
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) in BTA_GATTC_ServiceSearchRequest()
314 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstChar()
353 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id, in BTA_GATTC_GetNextChar()
395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_GetFirstCharDescr()
439 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id, in BTA_GATTC_GetNextCharDescr()
484 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstIncludedService()
524 tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id, in BTA_GATTC_GetNextIncludedService()
562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic()
[all …]
Dbta_gattc_ci.c53 UINT16 conn_id) in bta_gattc_ci_cache_open()
86 UINT16 conn_id) in bta_gattc_ci_cache_load()
127 UINT16 conn_id) in bta_gattc_ci_cache_save()
Dbta_gattc_cache.c463 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_pri_service()
488 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_procedure()
525 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()
538 tBTA_GATT_STATUS bta_gattc_start_disc_char(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_char()
553 void bta_gattc_start_disc_char_dscp(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_char_dscp()
570 static void bta_gattc_explore_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_explore_srvc()
620 static void bta_gattc_incl_srvc_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_incl_srvc_disc_cmpl()
636 static void bta_gattc_char_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_char_disc_cmpl()
669 static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_char_dscpt_disc_cmpl()
901 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.c386 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len, in BTA_GATTS_HandleValueIndication()
426 void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, in BTA_GATTS_SendRsp()
529 void BTA_GATTS_Close(UINT16 conn_id) in BTA_GATTS_Close()
Dbta_gatts_act.c710 UINT16 conn_id; in bta_gatts_open() local
863 static void bta_gatts_send_request_cback (UINT16 conn_id, in bta_gatts_send_request_cback()
916 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in bta_gatts_conn_cback()
964 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gatts_cong_cback()
Dbta_gattc_utils.c191 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_conn_id (UINT16 conn_id) in bta_gattc_find_clcb_by_conn_id()
367 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id) in bta_gattc_find_scb_by_cid()
592 void bta_gattc_clear_notif_registration(UINT16 conn_id) in bta_gattc_clear_notif_registration()
781 BD_ADDR remote_bda, UINT16 conn_id, in bta_gattc_send_open_cback()
Dbta_gattc_act.c557 UINT16 conn_id; in bta_gattc_init_bk_conn() local
1788 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback()
1920 BOOLEAN bta_gattc_process_srvc_chg_ind(UINT16 conn_id, in bta_gattc_process_srvc_chg_ind()
2018 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate()
2102 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, in bta_gattc_cmpl_cback()
2161 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gattc_cong_cback()
2192 UINT16 conn_id; in bta_gattc_init_clcb_conn() local
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_attr.c76 UINT16 conn_id = GATT_INVALID_CONN_ID; in gatt_profile_find_conn_id_by_bd_addr() local
90 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id) in gatt_profile_find_clcb_by_conn_id()
137 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()
180 static void gatt_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type, in gatt_request_cback()
229 static void gatt_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gatt_connect_cback()
323 static void gatt_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data) in gatt_disc_res_cback()
361 static void gatt_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status) in gatt_disc_cmpl_cback()
387 static void gatt_cl_op_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, in gatt_cl_op_cmpl_cback()
483 UINT16 conn_id = GATT_INVALID_CONN_ID; in GATT_ConfigServiceChangeCCC() local
Dgatt_api.c596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT… in GATTS_HandleValueIndication()
668 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification()
719 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id, in GATTS_SendRsp()
773 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu) in GATTC_ConfigureMTU()
826 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type, in GATTC_Discover()
895 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()
983 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) in GATTC_Write()
1057 tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) in GATTC_ExecuteWrite()
1108 tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle) in GATTC_SendHandleValueConfirm()
1335 UINT16 conn_id; in GATT_StartIf() local
[all …]
Dgatt_main.c470 UINT16 conn_id; in gatt_channel_congestion() local
900 UINT16 conn_id; in gatt_send_conn_cback() local
1028 UINT16 conn_id; in gatt_send_srv_chg_ind() local
Dgatt_sr.c337 UINT16 conn_id; in gatt_process_exec_write_req() local
914 UINT16 conn_id; in gatts_process_mtu_req() local
1099 UINT16 conn_id; in gatts_process_write_req() local
1418 UINT16 conn_id; in gatts_process_value_conf() local
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng.c118 tSRVC_CLCB *srvc_eng_find_clcb_by_conn_id(UINT16 conn_id) in srvc_eng_find_clcb_by_conn_id()
142 UINT8 srvc_eng_find_clcb_idx_by_conn_id(UINT16 conn_id) in srvc_eng_find_clcb_idx_by_conn_id()
166 tSRVC_CLCB *srvc_eng_clcb_alloc (UINT16 conn_id, BD_ADDR bda) in srvc_eng_clcb_alloc()
193 BOOLEAN srvc_eng_clcb_dealloc (UINT16 conn_id) in srvc_eng_clcb_dealloc()
268 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type, in srvc_eng_s_request_cback()
325 static void srvc_eng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, in srvc_eng_c_cmpl_cback()
353 static void srvc_eng_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in srvc_eng_connect_cback()
410 void srvc_eng_release_channel (UINT16 conn_id) in srvc_eng_release_channel()
472 UINT16 conn_id = srvc_eng_find_conn_id_by_bd_addr(remote_bda); in srvc_sr_notify() local
Dsrvc_dis.c200 void dis_gatt_c_read_dis_value_cmpl(UINT16 conn_id) in dis_gatt_c_read_dis_value_cmpl()
228 BOOLEAN dis_gatt_c_read_dis_req(UINT16 conn_id) in dis_gatt_c_read_dis_req()
274 UINT16 conn_id = p_clcb->conn_id; in dis_c_cmpl_cback() local
457 UINT16 conn_id; in DIS_ReadDISInfo() local
Dsrvc_eng_int.h39 UINT16 conn_id; member
/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()
115 static void btif_test_command_complete_cback(UINT16 conn_id, tGATTC_OPTYPE op, in btif_test_command_complete_cback()
141 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, in btif_test_discovery_result_cback()
193 static void btif_test_discovery_complete_cback(UINT16 conn_id, in btif_test_discovery_complete_cback()
Dbtif_gatt_server.c94 uint16_t conn_id; member
552 static bt_status_t btif_gatts_close(int server_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gatts_close()
646 static bt_status_t btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, in btif_gatts_send_indication()
661 static bt_status_t btif_gatts_send_response(int conn_id, int trans_id, in btif_gatts_send_response()
Dbtif_gatt_client.c166 uint16_t conn_id; member
191 uint16_t conn_id; member
1721 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gattc_close()
1783 static bt_status_t btif_gattc_search_service(int conn_id, bt_uuid_t *filter_uuid ) in btif_gattc_search_service()
1795 static bt_status_t btif_gattc_get_characteristic( int conn_id in btif_gattc_get_characteristic()
1812 static bt_status_t btif_gattc_get_descriptor( int conn_id in btif_gattc_get_descriptor()
1832 static bt_status_t btif_gattc_get_included_service(int conn_id, btgatt_srvc_id_t *srvc_id, in btif_gattc_get_included_service()
1849 static bt_status_t btif_gattc_read_char(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_read_char()
1862 static bt_status_t btif_gattc_read_char_descr(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_read_char_descr()
1878 static bt_status_t btif_gattc_write_char(int conn_id, btgatt_srvc_id_t* srvc_id, in btif_gattc_write_char()
[all …]
/external/bluetooth/bluedroid/btif/co/
Dbta_gattc_co.c86 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save) in bta_gattc_co_cache_open()
112 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) in bta_gattc_co_cache_load()
146 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id) in bta_gattc_co_cache_save()
173 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) in bta_gattc_co_cache_close()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c111 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id) in gap_ble_find_clcb_by_conn_id()
136 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda) in gap_clcb_alloc()
164 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda) in gap_find_alloc_clcb()
329 void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id, in gap_ble_s_attr_request_cback()
528 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, in gap_ble_c_connect_cback()
600 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/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.c1026 tNFC_STATUS NFC_ConnClose (UINT8 conn_id) in NFC_ConnClose()
1097 tNFC_STATUS NFC_SendData (UINT8 conn_id, in NFC_SendData()
1126 tNFC_STATUS NFC_FlushData (UINT8 conn_id) in NFC_FlushData()
Dnfc_ncif.c532 void nfc_ncif_error_status (UINT8 conn_id, UINT8 status) in nfc_ncif_error_status()
1198 UINT8 conn_id; in nfc_ncif_proc_conn_create_rsp() local
1239 void nfc_ncif_report_conn_close_evt (UINT8 conn_id, tNFC_STATUS status) in nfc_ncif_report_conn_close_evt()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h308 UINT16 conn_id; member
318 UINT16 conn_id; member
327 UINT16 conn_id; member
333 UINT16 conn_id; member
339 UINT16 conn_id; member
345 UINT16 conn_id; member
353 UINT16 conn_id; member
363 UINT16 conn_id; member
371 UINT16 conn_id; member
382 UINT16 conn_id; member
[all …]
/external/libnfc-nci/src/nfc/tags/
Drw_t2t.c60 static void rw_t2t_proc_data (UINT8 conn_id, tNFC_DATA_CEVT *p_data) in rw_t2t_proc_data()
256 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()

123