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

  /system/bt/stack/gatt/
gatt_main.cc 494 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
506 uint16_t conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
528 uint16_t conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
920 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
    [all...]
gatt_sr.cc 321 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_if);
790 GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_cb.cl_rcb[i].gatt_if);
940 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, el.gatt_if);
    [all...]
gatt_db.cc 742 uint16_t conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, el.gatt_if);
gatt_int.h 34 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) \
gatt_api.cc     [all...]
gatt_cl.cc 666 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
    [all...]
gatt_utils.cc     [all...]

Completed in 1426 milliseconds