Home | History | Annotate | Download | only in gatt

Lines Matching defs:bda

1317     BD_ADDR     bda;
1326 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1328 p_tcb = gatt_find_tcb_by_addr(bda);
1332 (*p_reg->app_cb.p_conn_cb)(gatt_if, bda, conn_id, TRUE, 0);