HomeSort by relevance Sort by last modified time
    Searched defs:remote_bda (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 631 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, p_msg->api_open.is_direct))
661 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda, p_msg->api_cancel_open.is_direct))
692 BD_ADDR remote_bda; local
694 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda))
737 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda))
790 memcpy(cb_data.conn.remote_bda, bda, BD_ADDR_LEN);
bta_gattc_utils.c 163 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda)
173 bdcmp(p_clcb->p_srcb->server_bda, remote_bda) == 0)
210 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
224 bdcpy(p_clcb->bda, remote_bda);
228 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
229 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
256 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
260 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL)
262 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda);
459 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
485 BD_ADDR remote_bda; local
    [all...]
bta_gattc_act.c 328 p_msg->api_conn.remote_bda)) != NULL)
338 p_msg->api_conn.remote_bda,
372 p_msg->api_cancel_conn.remote_bda)) != NULL)
460 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, TRUE))
470 p_data->api_conn.remote_bda,
496 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE))
499 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE))
510 p_data->remote_bda,
513 if ((p_clcb = bta_gattc_clcb_alloc(p_data->client_if, p_data->remote_bda)) != NULL)
528 bta_gattc_send_open_cback(p_clreg, status, p_data->remote_bda, BTA_GATT_INVALID_CONN_ID)
1680 BD_ADDR remote_bda; local
    [all...]
bta_gatts_int.h 144 BD_ADDR remote_bda; member in struct:__anon2064
bta_gattc_int.h 111 BD_ADDR remote_bda; member in struct:__anon2035
302 BD_ADDR remote_bda; member in struct:__anon2048
349 BD_ADDR remote_bda; member in struct:__anon2051
426 BD_ADDR remote_bda, UINT16 conn_id);
429 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda); //todo
431 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
433 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
446 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN add);
447 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 315 BD_ADDR remote_bda; member in struct:__anon2216
323 BD_ADDR remote_bda; member in struct:__anon2217
344 BD_ADDR remote_bda; member in struct:__anon2219
361 BD_ADDR remote_bda; /* service change event */ member in union:__anon2220
477 BD_ADDR remote_bda; member in struct:__anon2223
527 BD_ADDR remote_bda; member in struct:__anon2228
600 ** remote_bda: remote device BD address.
606 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
616 ** remote_bda: remote device BD address.
622 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 432 BD_ADDR remote_bda; member in struct:__anon2615
588 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);

Completed in 229 milliseconds