/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_test.c | 52 tGATT_IF gatt_if; member in struct:__anon675 103 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, 217 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks); 218 GATT_StartIf(test_cb.gatt_if); 220 GATT_Deregister(test_cb.gatt_if); 221 test_cb.gatt_if = 0; 238 if ( !GATT_Connect(test_cb.gatt_if, params->bda1->address, TRUE) )
|
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_eng_int.h | 54 tGATT_IF gatt_if; member in struct:__anon1277
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_utils.c | 725 tBTA_GATTC_IF gatt_if; local 729 if (GATT_GetConnectionInfor(conn_id, &gatt_if, remote_bda)) 731 if ((p_clrcb = bta_gattc_cl_get_regcb(gatt_if)) != NULL) [all...] |
bta_gatts_act.c | 42 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason); 158 GATT_Deregister(p_cb->rcb[i].gatt_if); 226 p_cb->rcb[first_unuse].gatt_if = GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback); 227 if ( !p_cb->rcb[first_unuse].gatt_if) 236 p_buf->server_if = p_cb->rcb[first_unuse].gatt_if; 300 if (p_cb->rcb[i].in_use && p_cb->rcb[i].gatt_if == p_msg->api_dereg.server_if) 306 GATT_Deregister(p_cb->rcb[i].gatt_if); 351 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if, 369 cb_data.create.server_if = p_cb->rcb[rcb_idx].gatt_if; 408 cb_data.add_result.server_if = p_rcb->gatt_if; 629 tGATT_IF gatt_if; local 755 tGATT_IF gatt_if; local 834 tGATT_IF gatt_if; local [all...] |
bta_gattc_act.c | 667 tBTA_GATTC_IF gatt_if; local 674 GATT_GetConnectionInfor(p_data->int_conn.hdr.layer_specific, &gatt_if, p_clcb->bda); 1875 tBTA_GATTC_IF gatt_if; local [all...] |
bta_gatts_int.h | 184 tBTA_GATTS_IF gatt_if; member in struct:__anon263
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_api.c | 132 ** Parameter gatt_if : application if 141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, 150 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); 158 GATT_TRACE_ERROR1 ("Inavlid gatt_if=%d", gatt_if); 386 ** Parameter gatt_if : application interface 393 BOOLEAN GATTS_DeleteService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, UINT16 svc_inst) 400 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); 456 ** Parameter gatt_if : service handle. 463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle 602 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); local 672 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); local 716 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); local 769 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 821 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 890 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 978 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 1052 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 1189 tGATT_IF gatt_if=0; local 1476 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 1513 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); local [all...] |
gatt_sr.c | 260 tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, 266 GATT_TRACE_DEBUG1("gatt_sr_process_app_rsp gatt_if=%d", gatt_if); 268 gatt_sr_update_cback_cnt(p_tcb, gatt_if, FALSE, FALSE); 279 gatt_sr_update_prep_cnt(p_tcb, gatt_if, TRUE, FALSE); 334 tGATT_IF gatt_if; local 365 gatt_if = (tGATT_IF) (i+1); 366 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_if); 494 gatt_sr_process_app_rsp(p_tcb, gatt_cb.sr_reg[i_rcb].gatt_if ,trans_id, op_code, GATT_SUCCESS, p_msg); 941 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_cb.cl_rcb[i].gatt_if); [all...] |
gatt_utils.c | 1324 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); local 1525 tGATT_IF gatt_if=GATT_GET_GATT_IF(conn_id); local 2299 tGATT_IF gatt_if = p_reg->gatt_if; local 2454 tGATT_IF gatt_if = p_reg->gatt_if; local [all...] |
gatt_int.h | 35 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (gatt_if)))) 224 tGATT_IF gatt_if; /* this service is belong to which application */ member in struct:__anon849 240 tGATT_IF gatt_if; /* one based */ member in struct:__anon850 441 tGATT_IF gatt_if[GATT_MAX_APPS]; member in struct:__anon863 464 tGATT_IF gatt_if; member in struct:__anon865 528 extern void gatt_update_app_use_link_flag ( tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add, BOOLEAN check_acl_link); 595 extern BOOLEAN gatt_update_auto_connect_dev (tGATT_IF gatt_if, BOOLEAN add, BD_ADDR bd_addr, BOOLEAN is_initiator); 596 extern BOOLEAN gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV *p_dev, tGATT_IF gatt_if); 597 extern BOOLEAN gatt_remove_bg_dev_for_app(tGATT_IF gatt_if, BD_ADDR bd_addr) [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_int.h | 180 tGATT_IF gatt_if; member in struct:__anon839
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_int.h | 316 tBTA_GATTC_IF gatt_if; member in struct:__anon280
|